home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Printing / LaserWriter 8 v8.3 / LaserWriter 8 / Printer Descriptions / LaserWriter Select 360 < prev    next >
Encoding:
PostScript Printer Description  |  1994-09-02  |  20.8 KB  |  598 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.2"
  2. *FormatVersion: "4.2"
  3. *FileVersion: "1.10"
  4. *LanguageVersion: English
  5. *PCFileName: "APLWSEL.PPD"
  6. *Product: "(LaserWriter Select 360)"
  7. *PSVersion: "(2013.112) 1"
  8. *ModelName: "Apple LaserWriter Select 360"
  9. *NickName: "Apple LaserWriter Select 360 v2013.112"
  10.  
  11. *% === Options and Constraints =========
  12. *OpenGroup: InstallableOptions/Options Installed
  13. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  14. *DefaultInstalledMemory: 7Meg
  15. *InstalledMemory 7Meg/Standard 7 MB RAM: ""
  16. *InstalledMemory 16Meg/16 MB Upgrade: ""
  17. *?InstalledMemory: "
  18.     (7Meg)currentsystemparams/RamSize get
  19.     16777216 eq{pop(16Meg)}if
  20.     =
  21. "
  22. *End
  23. *CloseUI: *InstalledMemory
  24.  
  25. *OpenUI *Option2/Cassette (250/500 Sheets): PickOne
  26. *DefaultOption2: False
  27. *Option2 True/Installed: ""
  28. *Option2 False/Not Installed: ""
  29. *Option2 Preferred/Installed and Preferred: "
  30.     1 dict dup /InputAttributes 1 dict dup /Priority [2 0 1] put put setpagedevice "
  31. *End
  32. *?Option2: "
  33.     save
  34.     currentpagedevice
  35.     /InputAttributes get
  36.     2 known {(True)}{(False)} ifelse = flush
  37.     restore "
  38. *End
  39. *CloseUI: *Option2
  40. *CloseGroup: InstallableOptions
  41.  
  42. *UIConstraints: *Resolution 600dpi *Smoothing True
  43. *UIConstraints: *Resolution 600dpi *BitsPerPixel 4
  44. *UIConstraints: *Option2 False *InputSlot Lower
  45.  
  46. *% ==== Device Capabilities ===============
  47. *LanguageLevel: "2"
  48. *Protocols: BCP
  49. *Emulators: LaserJetIII
  50. *StartEmulator_LaserJetIII: "currentfile /LaserJetIII statusdict /emulate get exec "
  51. *StopEmulator_LaserJetIII: "<1B>E"
  52.  
  53. *FreeVM: "1203584"
  54. *VMOption 7Meg/Standard 7 MB RAM: "1203584"
  55. *VMOption 16Meg/16 MB Upgrade: "9638128"
  56. *ColorDevice: False
  57. *DefaultColorSpace: Gray
  58. *VariablePaperSize: False
  59. *FileSystem: False
  60. *Throughput: "10"
  61. *Password: "()" 
  62. *ExitServer: "
  63.  count 0 eq
  64.  { false } { true exch startjob } ifelse
  65.  not { 
  66.      (WARNING: Cannot modify initial VM.) =
  67.      (Missing or invalid password.) =
  68.      (Please contact the author of this software.) = flush quit
  69.      } if
  70. "
  71. *End
  72. *Reset: "
  73.  count 0 eq
  74.  { false } { true exch startjob } ifelse
  75.  not { 
  76.     (WARNING: Cannot reset printer.) =
  77.     (Missing or invalid password.) =
  78.     (Please contact the author of this software.) = flush quit
  79.     } if
  80.  systemdict /quit get exec
  81.  (WARNING : Printer Reset Failed.) = flush
  82. "
  83. *End
  84.  
  85. *OpenUI *Resolution/Choose Resolution: PickOne
  86. *OrderDependency: 10 AnySetup *Resolution
  87. *DefaultResolution: 600dpi
  88. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  89. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  90. *?Resolution: "
  91.   save
  92.     /ActualValues /ProcSet findresource
  93.     begin HWResolution end
  94.     0 get
  95.     (          ) cvs print
  96.     (dpi)
  97.     = flush
  98.   restore
  99. "
  100. *End
  101. *CloseUI: *Resolution
  102.  
  103. *% Halftone Information ===============
  104. *ScreenFreq: "85.0"
  105. *ScreenAngle: "45.0"
  106. *DefaultScreenProc: Dot
  107. *ScreenProc Dot: "
  108. {abs   exch   abs   2 copy   add   1 gt   {1 sub   dup   mul   exch  
  109. 1 sub   dup   mul   add   1 sub  } {dup   mul   exch   dup   mul  
  110. add   1 exch   sub  } ifelse  }
  111. "
  112. *End
  113. *ScreenProc Line: "{ pop }"
  114. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  115.  
  116. *DefaultTransfer: Null
  117. *Transfer Null: "{ }"
  118. *Transfer Null.Inverse: "{ 1 exch sub }"
  119.  
  120. *OpenUI *Smoothing/FinePrint(TM): Boolean
  121. *OrderDependency: 50 AnySetup *Smoothing
  122. *DefaultSmoothing: False
  123. *Smoothing True/On: "
  124.   2 dict 
  125.     dup /PostRenderingEnhance true put 
  126.     dup /PostRenderingEnhanceDetails 
  127.       2 dict 
  128.         dup /Type 1 put
  129.         dup /ActualPostRenderingEnhance true put
  130.       put
  131.   setpagedevice
  132. "
  133. *End
  134. *Smoothing False/Off: "
  135.   2 dict 
  136.     dup /PostRenderingEnhance false put 
  137.     dup /PostRenderingEnhanceDetails 
  138.       2 dict 
  139.         dup /Type 1 put
  140.         dup /ActualPostRenderingEnhance false put
  141.       put
  142.   setpagedevice
  143. "
  144. *End
  145. *?Smoothing: "
  146.    save currentpagedevice /PostRenderingEnhanceDetails get
  147.    /ActualPostRenderingEnhance get
  148.    {(True)}{(False)} ifelse = flush restore"
  149. *End
  150. *CloseUI: *Smoothing
  151.  
  152.  
  153. *% Paper Handling ===================
  154.  
  155. *% Code in this section both selects a tray and sets up a frame buffer.
  156. *OpenUI *PageSize: PickOne
  157. *OrderDependency: 30 AnySetup *PageSize
  158. *DefaultPageSize: Letter
  159. *PageSize Letter/US Letter: "
  160.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  161. *End
  162. *PageSize Legal/US Legal: "
  163.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  164. *End
  165. *PageSize A4: "
  166.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  167. *End
  168. *PageSize B5: "
  169.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  170. *End
  171. *PageSize Executive: "
  172.     2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  173. *End
  174. *PageSize A5: "
  175.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  176. *End
  177. *PageSize LetterSmall/US Letter Small: "
  178.     2 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put setpagedevice"
  179. *End
  180. *PageSize A4Small/A4 Small: "
  181.     2 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put setpagedevice"
  182. *End
  183. *PageSize LegalSmall/US Legal Small:  "
  184.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put setpagedevice"
  185. *End
  186. *PageSize Com10/Comm10 Envelope: "
  187.     2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  188. *End
  189. *PageSize Monarch/Monarch Envelope: "
  190.     2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  191. *End
  192. *PageSize C5/C5 Envelope: "
  193.     2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  194. *End
  195. *PageSize DL/DL Envelope: "
  196.     2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  197. *End
  198. *?PageSize: "
  199.   save
  200.    currentpagedevice /PageSize get aload pop
  201.    2 copy gt {exch} if 
  202.    (Unknown) 
  203.   10 dict
  204.    dup [612 792] (Letter) put
  205.    dup [612 1008] (Legal) put
  206.    dup [595 842] (A4) put
  207.    dup [516 729] (B5) put
  208.    dup [522 756] (Executive) put
  209.    dup [420 595] (A5) put
  210.    dup [279 540] (Monarch) put
  211.    dup [297 684] (Com10) put
  212.    dup [459 649] (C5) put
  213.    dup [312 624] (DL) put
  214.  { exch aload pop 4 index sub abs 5 le exch 
  215.    5 index sub abs 5 le and 
  216.       {exch pop exit} {pop} ifelse
  217.    } bind forall
  218.    = flush pop pop
  219.    restore
  220. "
  221. *End
  222. *CloseUI: *PageSize
  223.  
  224. *OpenUI *PageRegion:  PickOne
  225. *OrderDependency: 40 AnySetup *PageRegion
  226. *DefaultPageRegion: Letter
  227. *PageRegion Letter/US Letter: "
  228.    3 dict dup /PageSize [612 792] put dup /ImagingBBox null put
  229.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  230. *End
  231. *PageRegion Legal/US Legal: "
  232.    3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  233.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  234. *End
  235. *PageRegion A4: "
  236.    3 dict dup /PageSize [595 842] put dup /ImagingBBox null put
  237.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  238. *End
  239. *PageRegion B5: "
  240.    3 dict dup /PageSize [516 729] put dup /ImagingBBox null put
  241.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [516 729] put put put setpagedevice "
  242. *End
  243. *PageRegion Executive: " 
  244.    3 dict dup /PageSize [522 756] put dup /ImagingBBox null put
  245.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [522 756] put put put setpagedevice "
  246. *End
  247. *PageRegion A5: " 
  248.    3 dict dup /PageSize [420 595] put dup /ImagingBBox null put
  249.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [420 595] put put put setpagedevice "
  250. *End
  251. *PageRegion LetterSmall/US Letter Small: "
  252.    3 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put
  253.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  254. *End
  255. *PageRegion A4Small/A4 Small: " 
  256.    3 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put
  257.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  258. *End
  259. *PageRegion LegalSmall/US Legal Small:  "
  260.    3 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put
  261.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  262. *End
  263. *PageRegion Com10/Comm10 Envelope: " 
  264.    3 dict dup /PageSize [297 684] put dup /ImagingBBox null put
  265.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [297 684] put put put setpagedevice "
  266. *End
  267. *PageRegion Monarch/Monarch Envelope: "
  268.    3 dict dup /PageSize [279 540] put dup /ImagingBBox null put
  269.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [279 540] put put put setpagedevice "
  270. *End
  271. *PageRegion C5/C5 Envelope: "
  272.    3 dict dup /PageSize [459 649] put dup /ImagingBBox null put
  273.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [459 649] put put put setpagedevice "
  274. *End
  275. *PageRegion DL/DL Envelope: "
  276.    3 dict dup /PageSize [312 624] put dup /ImagingBBox null put
  277.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [312 624] put put put setpagedevice "
  278. *End
  279. *CloseUI: *PageRegion
  280.  
  281. *% The following entries provide information about specific paper keywords.
  282. *DefaultImageableArea: Letter
  283. *ImageableArea Letter/US Letter: "14.16 11.3401 597.84 777.66 "
  284. *ImageableArea Legal/US Legal: "14.16 11.34 597.84 993.66 " 
  285. *ImageableArea A4: "13.2001 11.34 581.52 827.82 "
  286. *ImageableArea B5: "12.0 11.3401 503.52 714.78 "
  287. *ImageableArea Executive: "11.28 11.34 510.48 741.66 "
  288. *ImageableArea A5: "15.12 11.34 406.8 580.62 "
  289. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  290. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  291. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  292. *ImageableArea Com10/Comm10 Envelope: "13.92 11.34 282.72 669.66 "
  293. *ImageableArea Monarch/Monarch Envelope: "12.7201 11.34 266.16 525.66 "
  294. *ImageableArea C5/C5 Envelope: "16.56 11.34 446.64 634.62 "
  295. *ImageableArea DL/DL Envelope: "13.92 14.2201 298.08 609.66 "
  296. *?ImageableArea: "
  297.  save
  298.    /cvp { (                ) cvs print ( ) print } bind def
  299.    /upperright {10000 mul floor 10000 div} bind def
  300.    /lowerleft {10000 mul ceiling 10000 div} bind def
  301.    newpath clippath pathbbox
  302.    4 -2 roll exch 2 {lowerleft cvp} repeat
  303.    exch 2 {upperright cvp} repeat flush
  304.  restore
  305. "
  306. *End
  307.  
  308. *% These provide the physical dimensions of the paper (by keyword)
  309. *DefaultPaperDimension: Letter
  310. *PaperDimension Letter/US Letter: "612 792"
  311. *PaperDimension Legal/US Legal: "612 1008"
  312. *PaperDimension A4: "595 842"
  313. *PaperDimension B5: "516 729"
  314. *PaperDimension Executive: "522 756"
  315. *PaperDimension A5: "420 595"
  316. *PaperDimension LetterSmall/US Letter Small: "612 792"
  317. *PaperDimension A4Small/A4 Small: "595 842"
  318. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  319. *PaperDimension Com10/Comm10 Envelope: "297 684"
  320. *PaperDimension Monarch/Monarch Envelope: "279 540"
  321. *PaperDimension C5/C5 Envelope: "459 649"
  322. *PaperDimension DL/DL Envelope: "312 624"
  323.  
  324. *OpenUI *InputSlot: PickOne
  325. *OrderDependency: 20 AnySetup *InputSlot
  326. *DefaultInputSlot: Upper
  327. *InputSlot Upper/Cassette (250 Sheets): "
  328.   currentpagedevice /InputAttributes get 0 get 
  329.   dup null eq 
  330.   { pop } 
  331.   { dup length 1 add dict copy 
  332.     dup /InputAttributes
  333.     1 dict dup /Priority [0 1] put
  334.     put setpagedevice
  335.   } ifelse"
  336. *End
  337. *InputSlot Multipurpose/Multipurpose Tray: "
  338.   currentpagedevice /InputAttributes get 1 get 
  339.   dup null eq 
  340.   { pop } 
  341.   { dup length 1 add dict copy 
  342.     dup /InputAttributes
  343.     1 dict dup /Priority [1 0] put
  344.     put setpagedevice
  345.   } ifelse"
  346. *End
  347. *InputSlot Lower/Cassette (250/500 Sheets): "
  348.   currentpagedevice /InputAttributes get 2 get 
  349.   dup null eq 
  350.   { pop } 
  351.   { dup length 1 add dict copy 
  352.     dup /InputAttributes
  353.     1 dict dup /Priority [2 0 1] put
  354.     put setpagedevice
  355.   } ifelse"
  356. *End
  357. *?InputSlot: "
  358. save
  359.   3 dict
  360.   dup /0 (Upper) put
  361.   dup /1 (Multipurpose) put
  362.   dup /2 (Lower) put
  363.   currentpagedevice /InputAttributes get
  364.   dup /Priority known
  365.   { /Priority get 0 get (      ) cvs cvn get }
  366.   {
  367.     dup length 1 eq
  368.     { {pop} forall (       ) cvs cvn get }
  369.     { pop pop (Unknown) } ifelse
  370.   } ifelse
  371.   = flush
  372. restore
  373. "
  374. *End
  375. *CloseUI: *InputSlot
  376.  
  377. *RequiresPageRegion Multipurpose: True
  378.  
  379. *DefaultOutputBin:  OnlyOne
  380. *DefaultOutputOrder:  Normal
  381.  
  382. *OpenUI *ManualFeed/Manual Feed:  Boolean
  383. *OrderDependency: 20 AnySetup *ManualFeed
  384. *DefaultManualFeed: False
  385. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  386. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  387. *?ManualFeed: "
  388.   save
  389.     currentpagedevice /ManualFeed get
  390.     {(True)}{(False)}ifelse = flush
  391.   restore
  392. "
  393. *End
  394. *CloseUI: *ManualFeed
  395.  
  396. *OpenUI *TraySwitch:  Boolean
  397. *OrderDependency: 50 AnySetup *TraySwitch
  398. *DefaultTraySwitch: False
  399. *TraySwitch True/On: "1 dict dup /TraySwitch true put setpagedevice"
  400. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  401. *?TraySwitch: "
  402. save
  403.   currentpagedevice /TraySwitch get
  404.   {(True)}{(False)}ifelse = flush
  405. restore
  406. "
  407. *End
  408. *CloseUI: *TraySwitch
  409.  
  410. *% Font Information =====================
  411. *DefaultFont: Courier
  412. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  413. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  414. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  415. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  416. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  417. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  418. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  419. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  420. *Font Courier: Standard "(002.004S)" Standard ROM
  421. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  422. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  423. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  424. *Font Helvetica: Standard "(001.006S)" Standard ROM
  425. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  426. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  427. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  428. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  429. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  430. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  431. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  432. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  433. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  434. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  435. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  436. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  437. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  438. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  439. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  440. *Font Symbol: Special "(001.007S)" Special ROM
  441. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  442. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  443. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  444. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  445. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  446. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  447.  
  448. *?FontQuery: "
  449.  save
  450.    { count 1 gt
  451.       { exch dup 127 string cvs (/) print print (:) print
  452.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  453.       } { exit } ifelse 
  454.    } bind loop
  455.    (*) = flush
  456.  restore
  457. "
  458. *End
  459.  
  460. *?FontList: "
  461. save
  462.   (*) {cvn ==} 128 string /Font resourceforall
  463.   (*) = flush
  464. restore
  465. "
  466. *End
  467.  
  468. *% Printer Messages (verbatim from printer):
  469. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  470. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  471. *Message: "\FontName\ not found, using Courier"
  472.  
  473. *% Status (format: %%[ status: <one of these> ] %%)
  474. *Status: "initializing"
  475. *Status: "idle"
  476. *Status: "holding"
  477. *Status: "busy"
  478. *Status: "waiting"
  479. *Status: "PrinterError: cover open"
  480. *Status: "PrinterError: warming up"
  481. *Status: "PrinterError: out of paper"
  482. *Status: "PrinterError: toner cartridge missing or incorrect"
  483. *Status: "PrinterError: paper entry misfeed"
  484. *Status: "PrinterError: paper exit misfeed"
  485. *Status: "PrinterError: paper jam"
  486. *Status: "PrinterError: Cassette (250 Sheet) : no paper tray"
  487. *Status: "PrinterError: Cassette (250 Sheet) : out of paper"
  488. *Status: "PrinterError: Cassette (250/500 Sheet) : no paper tray"
  489. *Status: "PrinterError: Cassette (250/500 Sheet) : out of paper"
  490. *Status: "PrinterError: Multipurpose Tray: out of paper"
  491. *Status: "PrinterError: Manual Feed: out of paper"
  492. *Status: "PrinterError: waiting for manual feed"
  493. *Status: "PrinterError: fixing temperature malfunction"
  494. *Status: "PrinterError: scanner motor malfunction"
  495.  
  496. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  497. *Source: "Serial"
  498. *Source: "Fax"
  499. *Source: "LocalTalk"
  500. *Source: "Parallel"
  501.  
  502. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  503. *PrinterError: "cover open"
  504. *PrinterError: "warming up"
  505. *PrinterError: "out of paper"
  506. *PrinterError: "toner cartridge missing or incorrect"
  507. *PrinterError: "paper entry misfeed"
  508. *PrinterError: "paper exit misfeed"
  509. *PrinterError: "paper jam"
  510. *PrinterError: "Cassette (250 Sheet) : no paper tray"
  511. *PrinterError: "Cassette (250 Sheet) : out of paper"
  512. *PrinterError: "Cassette (250/500 Sheet) : no paper tray"
  513. *PrinterError: "Cassette (250/500 Sheet) : out of paper"
  514. *PrinterError: "Multipurpose Tray: out of paper"
  515. *PrinterError: "Manual Feed: out of paper"
  516. *PrinterError: "waiting for manual feed"
  517. *PrinterError: "fixing temperature malfunction"
  518. *PrinterError: "scanner motor malfunction"
  519.  
  520. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  521.  
  522. *% Color Separation Information =====================
  523.  
  524. *DefaultColorSep: ProcessBlack.85lpi.600dpi/ 85 lpi / 600 dpi
  525.  
  526. *InkName: ProcessBlack/Process Black
  527. *InkName: CustomColor/Custom Color
  528. *InkName: ProcessCyan/Process Cyan
  529. *InkName: ProcessMagenta/Process Magenta
  530. *InkName: ProcessYellow/Process Yellow
  531.  
  532. *%  For 60 lpi / 300 dpi  ===============================
  533.  
  534. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  535. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  536. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  537. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  538. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  539.  
  540. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  541. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  542. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  543. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  544. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  545.  
  546. *%  For 53 lpi / 300 dpi  ===============================
  547.  
  548. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  549. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  550. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  551. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  552. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  553.  
  554. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  555. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  556. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  557. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  558. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  559.  
  560. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  561.  
  562. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  563. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  564. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  565. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  566. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  567.  
  568. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  569. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  570. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  571. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  572. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  573.  
  574. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  575. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  576. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  577. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  578. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  579. *End
  580.  
  581. *%  For 71 lpi / 600 dpi  ===============================
  582.  
  583. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  584. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  585. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  586. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  587. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  588.  
  589. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  590. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  591. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  592. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  593. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  594.  
  595. *% Last Edit Date: Sep 2, 1994
  596. *% Written by sns@sqa for LaserWriter Select 360 Sep 2,1993
  597. *% end of PPD file for LaserWriter Select 360
  598.